POST api/[Delivery_26_SetDriverPositionController]/Find
Request Information
URI Parameters
None.
Body Parameters
Request26| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| lat | string |
None. |
|
| lon | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"lat": "sample string 2",
"lon": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.